home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / communic / comstat1 / comstat.txt < prev    next >
Text File  |  1994-12-03  |  340b  |  8 lines

  1. Declare Function CheckCD Lib "comstat.dll" (ByVal CommPort As Integer) As Integer
  2. Declare Function CheckCTS Lib "comstat.dll" (ByVal CommPort As Integer) As Integer
  3. Declare Function CheckDSR Lib "comstat.dll" (ByVal CommPort As Integer) As Integer
  4. Declare Function CheckRI Lib "comstat.dll" (ByVal CommPort As Integer) As Integer
  5.  
  6.  
  7.  
  8.